Fix MS-Windows build with native-compilation
authorEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2024 19:13:42 +0000 (22:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2024 19:13:42 +0000 (22:13 +0300)
commit3eaf1abbff8347c43fb0949bbe3806ab909cb54e
tree05b5e75f131df8bd0d9017b842c7d98efe6ad0cd
parentfc375359edd514801816078e24b88fa02cfd91a6
Fix MS-Windows build with native-compilation

* src/w32.c (globals_of_w32): Move re-initialization of
Vlibrary_cache from here...
* src/emacs.c (main): ...to here, as it must be after load_pdump.
(Bug#71916)
src/emacs.c
src/w32.c